@safe-global/safe-gateway-typescript-sdk
Preparing search index...
SafeInfo
Type Alias SafeInfo
type
SafeInfo
=
{
address
:
AddressEx
;
chainId
:
string
;
collectiblesTag
:
string
|
null
;
fallbackHandler
:
AddressEx
|
null
;
guard
:
AddressEx
|
null
;
implementation
:
AddressEx
;
implementationVersionState
:
ImplementationVersionState
;
messagesTag
:
string
|
null
;
modules
:
AddressEx
[]
|
null
;
nonce
:
number
;
owners
:
AddressEx
[]
;
threshold
:
number
;
txHistoryTag
:
string
|
null
;
txQueuedTag
:
string
|
null
;
version
:
string
|
null
;
}
Index
Properties
address
chain
Id
collectibles
Tag
fallback
Handler
guard
implementation
implementation
Version
State
messages
Tag
modules
nonce
owners
threshold
tx
History
Tag
tx
Queued
Tag
version
Properties
address
address
:
AddressEx
chain
Id
chainId
:
string
collectibles
Tag
collectiblesTag
:
string
|
null
fallback
Handler
fallbackHandler
:
AddressEx
|
null
guard
guard
:
AddressEx
|
null
implementation
implementation
:
AddressEx
implementation
Version
State
implementationVersionState
:
ImplementationVersionState
messages
Tag
messagesTag
:
string
|
null
modules
modules
:
AddressEx
[]
|
null
nonce
nonce
:
number
owners
owners
:
AddressEx
[]
threshold
threshold
:
number
tx
History
Tag
txHistoryTag
:
string
|
null
tx
Queued
Tag
txQueuedTag
:
string
|
null
version
version
:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
address
chain
Id
collectibles
Tag
fallback
Handler
guard
implementation
implementation
Version
State
messages
Tag
modules
nonce
owners
threshold
tx
History
Tag
tx
Queued
Tag
version
@safe-global/safe-gateway-typescript-sdk
Loading...