Preparing search index...
The search index is not available
@sentio/sdk
@sentio/sdk
eth
TraceAction
Interface TraceAction
interface
TraceAction
{
address
?:
string
;
balance
?:
string
;
callType
?:
string
;
from
:
string
;
gas
:
number
;
init
?:
string
;
input
?:
string
;
refundAddress
?:
string
;
to
?:
string
;
value
:
number
;
}
Index
Properties
address?
balance?
call
Type?
from
gas
init?
input?
refund
Address?
to?
value
Properties
Optional
address
address
?:
string
Optional
balance
balance
?:
string
Optional
call
Type
callType
?:
string
from
from
:
string
gas
gas
:
number
Optional
init
init
?:
string
Optional
input
input
?:
string
Optional
refund
Address
refundAddress
?:
string
Optional
to
to
?:
string
value
value
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
address
balance
call
Type
from
gas
init
input
refund
Address
to
value
@sentio/sdk
Loading...