promiseBatchCreate

apiDocs


near-sdk-js v2.0.0 / api / promiseBatchCreate

Function: promiseBatchCreate()

promiseBatchCreate(accountId): PromiseIndex

Create a NEAR promise which will have multiple promise actions inside.

Parameters

accountId: string

The account ID of the target contract.

Returns

PromiseIndex

Defined in

packages/near-sdk-js/src/api.ts:546

Last updated