stellar-interchain-token-service 0.2.0

Contract related to Interchain Token Service.
Documentation
InterchainTokenDeployedEvent {
    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),
    token_address: Contract(CBAWP2LID52I5JPA77XDY5EX3ZIL3S4SVHZCMIYLG47ZT6MQQ44V5VVR),
    name: String(Test),
    symbol: String(TEST),
    decimals: 18,
    minter: Some(
        Contract(CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAXI7N),
    ),
}

Contract(CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVAX5)

interchain_token_deployed {
    #[topic] token_id: BytesN < 32 >,
    #[topic] token_address: Address,
    #[topic] name: String,
    #[topic] symbol: String,
    #[topic] decimals: u32,
    #[topic] minter: Option < Address >,
}