We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The @heliaxdev/namada-sdk SDK should provide support for building IBC NFT transfers
@heliaxdev/namada-sdk
IbcMsgNftTransfer
NFT Packet Data for IBC:
pub struct PacketData { #[cfg_attr(feature = "serde", serde(with = "serializers"))] #[cfg_attr(feature = "schema", schemars(with = "String"))] pub class_id: PrefixedClassId, pub class_uri: Option<ClassUri>, pub class_data: Option<ClassData>, pub token_ids: TokenIds, // Need `Option` to decode `null` value pub token_uris: Option<Vec<TokenUri>>, // Need `Option` to decode `null` value pub token_data: Option<Vec<TokenData>>, pub sender: Signer, pub receiver: Signer, pub memo: Option<Memo>, }
The text was updated successfully, but these errors were encountered:
jurevans
No branches or pull requests
The
@heliaxdev/namada-sdk
SDK should provide support for building IBC NFT transfersNOTES
IbcMsgNftTransfer
IBC message:NFT Packet Data for IBC:
The text was updated successfully, but these errors were encountered: