loopring_sdk

@loopring-web/loopring-sdk / Exports / OriginForcesWithdrawalsV3

Interface: OriginForcesWithdrawalsV3

Submit Forces Withdrawals params

export

interface OriginForcesWithdrawalsV3

Table of contents

Properties

Properties

requesterAddress

requesterAddress: string

requesterAddress account address

memberof OriginForcesWithdrawalsV3

Defined in

defs/loopring_defs.ts:1621


tokenId

tokenId: number

requester withdrawls tokenId

memberof OriginForcesWithdrawalsV3

Defined in

defs/loopring_defs.ts:1627


transfer

transfer: Omit<OriginTransferRequestV3, "payeeId" | "maxFee" | "memo"> & { maxFee?: { tokenId: string | number ; volume: "0" } ; memo?: string ; payeeId?: 0 }

Transfer Request

memberof OriginForcesWithdrawalsV3

Defined in

defs/loopring_defs.ts:1639


withdrawAddress

withdrawAddress: string

withdrawAddress account address

memberof OriginForcesWithdrawalsV3

Defined in

defs/loopring_defs.ts:1633