• Transfer NFT for only multiSig account

    Parameters

    • mint: Pubkey

      // minted account

    • owner: Pubkey

      // current multisig owner

    • dest: Pubkey

      // new owner

    • ownerOrMultisig: Secret[]

      // owner or multisig account Secret

    • amount: number

      // want to transfer SOL amount

    • mintDecimal: number

      // minted token decimal

    • options: Partial<MintOptions> = {}

      // options

    Returns Promise<Result<CommonStructure, Error>>

Generated using TypeDoc