Skip to content

LodashParamsFactory

Defined in: packages/store-kit/src/lodash/client.ts:206

Exposes methods for constructing AppClient params objects for ABI calls to the Lodash smart contract

Constructors

new LodashParamsFactory()

new LodashParamsFactory(): LodashParamsFactory

Returns

LodashParamsFactory

Methods

concat()

static concat(params): object & CallOnComplete

Defined in: packages/store-kit/src/lodash/client.ts:254

Constructs a no op call for the concat(string,string)void ABI method

Concatenates a value to an existing box.

Parameters

params

object & CallOnComplete

Parameters for the call

Returns

object & CallOnComplete

An AppClientMethodCallParams object for the call


get()

static get(params): object & CallOnComplete

Defined in: packages/store-kit/src/lodash/client.ts:226

Constructs a no op call for the get(string)string ABI method

Parameters

params

object & CallOnComplete

Parameters for the call

Returns

object & CallOnComplete

An AppClientMethodCallParams object for the call


reclaim()

static reclaim(params): object & CallOnComplete

Defined in: packages/store-kit/src/lodash/client.ts:267

Constructs a no op call for the reclaim(uint64)void ABI method

Parameters

params

object & CallOnComplete

Parameters for the call

Returns

object & CallOnComplete

An AppClientMethodCallParams object for the call


remove()

static remove(params): object & CallOnComplete

Defined in: packages/store-kit/src/lodash/client.ts:239

Constructs a no op call for the remove(string)void ABI method

Parameters

params

object & CallOnComplete

Parameters for the call

Returns

object & CallOnComplete

An AppClientMethodCallParams object for the call


set()

static set(params): object & CallOnComplete

Defined in: packages/store-kit/src/lodash/client.ts:213

Constructs a no op call for the set(string,string)void ABI method

Parameters

params

object & CallOnComplete

Parameters for the call

Returns

object & CallOnComplete

An AppClientMethodCallParams object for the call