CreateDeleteWalletOperationArgs: {
    env?: string;
    programId?: web3.PublicKey;
    selfAuthority?: boolean;
    wallet: web3.PublicKey;
}

Represents the arguments required to create a DeleteWallet operation.

Type declaration

  • Optional env?: string
  • Optional programId?: web3.PublicKey
  • Optional selfAuthority?: boolean
  • wallet: web3.PublicKey

Generated using TypeDoc