pub fn batch_burn_nft_msg(
    burns: Vec<Burn>,
    padding: Option<String>,
    block_size: usize,
    code_hash: String,
    contract_addr: String
) -> StdResult<CosmosMsg>
Expand description

Returns a StdResult used to execute BatchBurnNft

Arguments

  • burns - list of Burns to perform
  • padding - Optional String used as padding if you don’t want to use block padding
  • block_size - pad the message to blocks of this size
  • code_hash - String holding the code hash of the contract being called
  • contract_addr - address of the contract being called