stellar-interchain-token-service 0.2.0

Contract related to Interchain Token Service.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
FlowLimitSetEvent {
    token_id: BytesN<32>(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1),
    flow_limit: Some(
        1000,
    ),
}

Contract(CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAX5)

flow_limit_set {
    #[topic] token_id: BytesN < 32 >,
    #[topic] flow_limit: Option < i128 >,
}