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