@opensubaccounts/sdk
Preparing search index...
SafeTx
Type Alias SafeTx
Safe transaction struct (matching Gnosis Safe 1.4.1+).
type
SafeTx
=
{
baseGas
:
bigint
;
data
:
`
0x
${
string
}
`
;
gasPrice
:
bigint
;
gasToken
:
`
0x
${
string
}
`
;
nonce
:
bigint
;
operation
:
0
|
1
;
refundReceiver
:
`
0x
${
string
}
`
;
safeTxGas
:
bigint
;
to
:
`
0x
${
string
}
`
;
value
:
bigint
;
}
Index
Properties
base
Gas
data
gas
Price
gas
Token
nonce
operation
refund
Receiver
safe
Tx
Gas
to
value
Properties
base
Gas
baseGas
:
bigint
data
data
:
`
0x
${
string
}
`
gas
Price
gasPrice
:
bigint
gas
Token
gasToken
:
`
0x
${
string
}
`
nonce
nonce
:
bigint
operation
operation
:
0
|
1
refund
Receiver
refundReceiver
:
`
0x
${
string
}
`
safe
Tx
Gas
safeTxGas
:
bigint
to
to
:
`
0x
${
string
}
`
value
value
:
bigint
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base
Gas
data
gas
Price
gas
Token
nonce
operation
refund
Receiver
safe
Tx
Gas
to
value
@opensubaccounts/sdk
Loading...
Safe transaction struct (matching Gnosis Safe 1.4.1+).