web3-ronin-provider • Docs
web3-ronin-provider / Param
new Param():
Param
src/web3-RoninSkynetProvider.ts:919
optional
cursor:string
src/web3-RoninSkynetProvider.ts:917
optional
limit:number
src/web3-RoninSkynetProvider.ts:916
optional
order:ORDER
src/web3-RoninSkynetProvider.ts:918
cursorParam(
cursor
):Param
Updates this instance to include the given cursor and return it
• cursor: string
this instance
src/web3-RoninSkynetProvider.ts:928
limitParam(
limit
):Param
Updates this instance to include the given limit and return the instance
• limit: number
this instance
src/web3-RoninSkynetProvider.ts:939
orderParam(
order
):Param
Updates this instance to include the given order and return this instance
• order: ORDER
this instance