Function secret_toolkit_snip721::handle::transfer_nft_msg  
source · [−]pub fn transfer_nft_msg(
    recipient: HumanAddr, 
    token_id: String, 
    memo: Option<String>, 
    padding: Option<String>, 
    block_size: usize, 
    callback_code_hash: String, 
    contract_addr: HumanAddr
) -> StdResult<CosmosMsg>Expand description
Returns a StdResultTransferNft
Arguments
recipient- the address the token is to be transferred totoken_id- ID String of the token to transfermemo- Optional String memo for the txpadding- Optional String used as padding if you don’t want to use block paddingblock_size- pad the message to blocks of this sizecallback_code_hash- String holding the code hash of the contract being calledcontract_addr- address of the contract being called