@safe-global/safe-gateway-typescript-sdk
Preparing search index...
MultisigExecutionDetails
Type Alias MultisigExecutionDetails
type
MultisigExecutionDetails
=
{
baseGas
:
string
;
confirmations
:
MultisigConfirmation
[]
;
confirmationsRequired
:
number
;
executor
?:
AddressEx
;
gasPrice
:
string
;
gasToken
:
string
;
gasTokenInfo
?:
TokenInfo
;
nonce
:
number
;
proposer
:
AddressEx
|
null
;
refundReceiver
:
AddressEx
;
rejectors
?:
AddressEx
[]
;
safeTxGas
:
string
;
safeTxHash
:
string
;
signers
:
AddressEx
[]
;
submittedAt
:
number
;
trusted
:
boolean
;
type
:
MULTISIG
;
}
Index
Properties
base
Gas
confirmations
confirmations
Required
executor?
gas
Price
gas
Token
gas
Token
Info?
nonce
proposer
refund
Receiver
rejectors?
safe
Tx
Gas
safe
Tx
Hash
signers
submitted
At
trusted
type
Properties
base
Gas
baseGas
:
string
confirmations
confirmations
:
MultisigConfirmation
[]
confirmations
Required
confirmationsRequired
:
number
Optional
executor
executor
?:
AddressEx
gas
Price
gasPrice
:
string
gas
Token
gasToken
:
string
Optional
gas
Token
Info
gasTokenInfo
?:
TokenInfo
nonce
nonce
:
number
proposer
proposer
:
AddressEx
|
null
refund
Receiver
refundReceiver
:
AddressEx
Optional
rejectors
rejectors
?:
AddressEx
[]
safe
Tx
Gas
safeTxGas
:
string
safe
Tx
Hash
safeTxHash
:
string
signers
signers
:
AddressEx
[]
submitted
At
submittedAt
:
number
trusted
trusted
:
boolean
type
type
:
MULTISIG
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base
Gas
confirmations
confirmations
Required
executor
gas
Price
gas
Token
gas
Token
Info
nonce
proposer
refund
Receiver
rejectors
safe
Tx
Gas
safe
Tx
Hash
signers
submitted
At
trusted
type
@safe-global/safe-gateway-typescript-sdk
Loading...