Type Alias MultisigExecutionDetails
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;} Type declaration
baseGas: string
confirmationsRequired: number
Optional
executor?: AddressEx
gasPrice: string
gasToken: string
Optional
gasTokenInfo?: TokenInfo
nonce: number
Optional
rejectors?: AddressEx[]
safeTxGas: string
safeTxHash: string
submittedAt: number
trusted: boolean