ExecuteArgs: {
    asset: Pick<AssetV1, "publicKey">;
    assetSigner?: undefined | PublicKey<string> | Pda<string, number>;
    authority?: undefined | Signer;
    collection?: undefined | Pick<CollectionV1, "publicKey">;
    instructions: ExecuteInput;
    payer?: undefined | Signer;
    signers?: undefined | Signer[];
    systemProgram?: undefined | PublicKey<string> | Pda<string, number>;
}

Type declaration

  • asset: Pick<AssetV1, "publicKey">
  • Optional assetSigner?: undefined | PublicKey<string> | Pda<string, number>

    The signing PDA for the asset

  • Optional authority?: undefined | Signer

    The owner or delegate of the asset

  • Optional collection?: undefined | Pick<CollectionV1, "publicKey">
  • instructions: ExecuteInput
  • Optional payer?: undefined | Signer

    The account paying for the storage fees

  • Optional signers?: undefined | Signer[]
  • Optional systemProgram?: undefined | PublicKey<string> | Pda<string, number>

    The system program

Generated using TypeDoc