Preparing search index...
The search index is not available
@beblurt/dblurt
@beblurt/dblurt
index
AppliedFillVestingWithdrawOperation
Interface AppliedFillVestingWithdrawOperation
Applied operation.
interface
AppliedFillVestingWithdrawOperation
{
block
:
number
;
op
:
{
type
:
"fill_vesting_withdraw_operation"
;
value
:
{
deposited
:
{
amount
:
string
;
nai
:
string
;
precision
:
number
;
}
;
from_account
:
string
;
to_account
:
string
;
withdrawn
:
{
amount
:
string
;
nai
:
string
;
precision
:
number
;
}
;
}
;
}
;
op_in_trx
:
number
;
timestamp
:
string
;
trx_id
:
string
;
trx_in_block
:
number
;
virtual_op
:
number
;
}
Hierarchy (
view full
)
AppliedOperation
AppliedFillVestingWithdrawOperation
Index
Properties
block
op
op_
in_
trx
timestamp
trx_
id
trx_
in_
block
virtual_
op
Properties
block
block
:
number
op
op
:
{
type
:
"fill_vesting_withdraw_operation"
;
value
:
{
deposited
:
{
amount
:
string
;
nai
:
string
;
precision
:
number
;
}
;
from_account
:
string
;
to_account
:
string
;
withdrawn
:
{
amount
:
string
;
nai
:
string
;
precision
:
number
;
}
;
}
;
}
op_
in_
trx
op_
in_
trx
:
number
timestamp
timestamp
:
string
trx_
id
trx_
id
:
string
trx_
in_
block
trx_
in_
block
:
number
virtual_
op
virtual_
op
:
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
block
op
op_
in_
trx
timestamp
trx_
id
trx_
in_
block
virtual_
op
@beblurt/dblurt
Loading...
Applied operation.