Function secret_toolkit_snip721::handle::approve_all_msg  
source · [−]pub fn approve_all_msg(
    operator: HumanAddr, 
    expires: Option<Expiration>, 
    padding: Option<String>, 
    block_size: usize, 
    callback_code_hash: String, 
    contract_addr: HumanAddr
) -> StdResult<CosmosMsg>Expand description
Returns a StdResultApproveAll
Arguments
operator- the address being granted permission to transfer all the message sender’s tokensexpires- Optional Expiration of this approvalpadding- 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