- creator<T0 = any>(
client: Aptos,
request: {
functionArguments: [string];
typeArguments: [`${string}::${string}::${string}`];
},
version?: bigint,
): Promise<[MoveAddressType]> Parameters
- client: Aptos
- request: {
functionArguments: [string];
typeArguments: [`${string}::${string}::${string}`];
} Optional
version: bigint
Returns Promise<[MoveAddressType]>