Preparing search index...
The search index is not available
Vertex Typescript SDK Documentation
Documentation
Vertex Indexer Server Utils
GetIndexerFastWithdrawalSignatureResponse
Interface GetIndexerFastWithdrawalSignatureResponse
interface
GetIndexerFastWithdrawalSignatureResponse
{
idx
:
bigint
;
tx
:
{
sender
:
string
;
product_id
:
number
;
amount
:
string
;
nonce
:
number
;
}
;
txBytes
:
`
0x
${
string
}
`
;
signatures
:
`
0x
${
string
}
`
[]
;
}
Index
Properties
idx
tx
tx
Bytes
signatures
Properties
idx
idx
:
bigint
tx
tx
:
{
sender
:
string
;
product_id
:
number
;
amount
:
string
;
nonce
:
number
;
}
tx
Bytes
tx
Bytes
:
`
0x
${
string
}
`
signatures
signatures
:
`
0x
${
string
}
`
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
idx
tx
tx
Bytes
signatures
Documentation
Loading...