@safe-global/safe-gateway-typescript-sdk
Preparing search index...
SafeMessage
Type Alias SafeMessage
type
SafeMessage
=
{
confirmations
:
{
owner
:
AddressEx
;
signature
:
string
}
[]
;
confirmationsRequired
:
number
;
confirmationsSubmitted
:
number
;
creationTimestamp
:
number
;
logoUri
:
string
|
null
;
message
:
string
|
EIP712TypedData
;
messageHash
:
string
;
modifiedTimestamp
:
number
;
name
:
string
|
null
;
preparedSignature
?:
string
;
proposedBy
:
AddressEx
;
status
:
SafeMessageStatus
;
type
:
MESSAGE
;
}
Index
Properties
confirmations
confirmations
Required
confirmations
Submitted
creation
Timestamp
logo
Uri
message
message
Hash
modified
Timestamp
name
prepared
Signature?
proposed
By
status
type
Properties
confirmations
confirmations
:
{
owner
:
AddressEx
;
signature
:
string
}
[]
confirmations
Required
confirmationsRequired
:
number
confirmations
Submitted
confirmationsSubmitted
:
number
creation
Timestamp
creationTimestamp
:
number
logo
Uri
logoUri
:
string
|
null
message
message
:
string
|
EIP712TypedData
message
Hash
messageHash
:
string
modified
Timestamp
modifiedTimestamp
:
number
name
name
:
string
|
null
Optional
prepared
Signature
preparedSignature
?:
string
proposed
By
proposedBy
:
AddressEx
status
status
:
SafeMessageStatus
type
type
:
MESSAGE
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
confirmations
confirmations
Required
confirmations
Submitted
creation
Timestamp
logo
Uri
message
message
Hash
modified
Timestamp
name
prepared
Signature
proposed
By
status
type
@safe-global/safe-gateway-typescript-sdk
Loading...