Function createWithExistingAccountAndRevokeAuthKey
- createWithExistingAccountAndRevokeAuthKey(
client: Aptos,
account: Account,
request: {
functionArguments: [
string,
string[],
bigint,
number,
string,
string,
string[],
string[],
];
typeArguments: [];
},
options?: InputGenerateTransactionOptions,
): Promise<PendingTransactionResponse> Parameters
- client: Aptos
- account: Account
- request: {
functionArguments: [
string,
string[],
bigint,
number,
string,
string,
string[],
string[],
];
typeArguments: [];
} Optional
options: InputGenerateTransactionOptions
Returns Promise<PendingTransactionResponse>