CreateAddWalletOperationArgs: {
    env?: string;
    programId?: web3.PublicKey;
    wallet: KeypairLike;
}

Represents the arguments required to create an AddWallet operation.

Type declaration

  • Optional env?: string
  • Optional programId?: web3.PublicKey
  • wallet: KeypairLike

Generated using TypeDoc