Function fsnft_utils::send_nft_msg[][src]

pub fn send_nft_msg<S: Storage, A: Api, Q: Querier>(
    _deps: &mut Extern<S, A, Q>,
    _env: Env,
    nft_contr_addr: HumanAddr,
    nft_contr_hash: String,
    contract: HumanAddr,
    token_id: String,
    msg: Option<Binary>
) -> StdResult<CosmosMsg>
Expand description

Creates a SendNft cosmos msg to be sent to NFT contract

  • deps - mutable reference to Extern containing all the contract’s external dependencies
  • env - Env of contract’s environment
  • contract - HumanAddr (String) of receiver of nft, ie: ftoken contract address