Type alias CreateUpdateUserOperationArgs
CreateUpdateUserOperationArgs: {
args: UpdateUserArgsChain;
env?: string;
programId?: web3.PublicKey;
user: web3.PublicKey;
}
Type declaration
-
args: UpdateUserArgsChain
-
Optional
env?: string
-
Optional
programId?: web3.PublicKey
-
user: web3.PublicKey
Represents the arguments required to create an UpdateUser operation.