loopring_sdk

@loopring-web/loopring-sdk / Exports / OffChainWithdrawalRequestV3

Interface: OffChainWithdrawalRequestV3

export

interface OffChainWithdrawalRequestV3

Table of contents

Properties

Properties

accountId

accountId: number

account ID

memberof OffChainWithdrawalRequestV3

Defined in

defs/loopring_defs.ts:961


counterFactualInfo

Optional counterFactualInfo: CounterFactualInfo

Defined in

defs/loopring_defs.ts:1038


ecdsaSignature

Optional ecdsaSignature: string

ecdsa signature

memberof OffChainWithdrawalRequestV3

Defined in

defs/loopring_defs.ts:1031


eddsaSignature

Optional eddsaSignature: string

eddsa signature

memberof OffChainWithdrawalRequestV3

Defined in

defs/loopring_defs.ts:1025


exchange

exchange: string

exchange address

memberof OffChainWithdrawalRequestV3

Defined in

defs/loopring_defs.ts:955


extraData

Optional extraData: string

extra data for complex withdraw mode, normally none

memberof OffChainWithdrawalRequestV3

Defined in

defs/loopring_defs.ts:1013


fastWithdrawalMode

Optional fastWithdrawalMode: boolean

is fast withdraw mode

memberof OffChainWithdrawalRequestV3

Defined in

defs/loopring_defs.ts:1019


hashApproved

Optional hashApproved: string

An approved hash string which was already submitted on eth mainnet

memberof OffChainWithdrawalRequestV3

Defined in

defs/loopring_defs.ts:1037


maxFee

maxFee: TokenVolumeV3

memberof OffChainWithdrawalRequestV3

Defined in

defs/loopring_defs.ts:979


minGas

minGas: number

min gas for on-chain withdraw, Loopring exchange allocates gas for each distribution, but people can also assign this min gas, so Loopring has to allocate higher gas value for this specific distribution. Normally no need to take care of this value, 0 means let loopring choose the reasonable gas

memberof OffChainWithdrawalRequestV3

Defined in

defs/loopring_defs.ts:1001


owner

owner: string

account owner address

memberof OffChainWithdrawalRequestV3

Defined in

defs/loopring_defs.ts:967


storageId

storageId: number

offchain ID

memberof OffChainWithdrawalRequestV3

Defined in

defs/loopring_defs.ts:985


to

to: string

withdraw to address

memberof OffChainWithdrawalRequestV3

Defined in

defs/loopring_defs.ts:1007


token

token: TokenVolumeV3

memberof OffChainWithdrawalRequestV3

Defined in

defs/loopring_defs.ts:973


validUntil

validUntil: number

Timestamp for order to become invalid

memberof OffChainWithdrawalRequestV3

Defined in

defs/loopring_defs.ts:991