@safe-global/safe-gateway-typescript-sdk
Preparing search index...
TransactionDetails
Type Alias TransactionDetails
type
TransactionDetails
=
{
detailedExecutionInfo
?:
DetailedExecutionInfo
;
executedAt
?:
number
;
note
?:
string
|
null
;
safeAddress
:
string
;
safeAppInfo
?:
SafeAppInfo
;
txData
?:
TransactionData
;
txHash
?:
string
;
txId
:
string
;
txInfo
:
TransactionInfo
;
txStatus
:
TransactionStatus
;
}
Index
Properties
detailed
Execution
Info?
executed
At?
note?
safe
Address
safe
App
Info?
tx
Data?
tx
Hash?
tx
Id
tx
Info
tx
Status
Properties
Optional
detailed
Execution
Info
detailedExecutionInfo
?:
DetailedExecutionInfo
Optional
executed
At
executedAt
?:
number
Optional
note
note
?:
string
|
null
safe
Address
safeAddress
:
string
Optional
safe
App
Info
safeAppInfo
?:
SafeAppInfo
Optional
tx
Data
txData
?:
TransactionData
Optional
tx
Hash
txHash
?:
string
tx
Id
txId
:
string
tx
Info
txInfo
:
TransactionInfo
tx
Status
txStatus
:
TransactionStatus
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
detailed
Execution
Info
executed
At
note
safe
Address
safe
App
Info
tx
Data
tx
Hash
tx
Id
tx
Info
tx
Status
@safe-global/safe-gateway-typescript-sdk
Loading...