Main documentation
Preparing search index...
The search index is not available
massa-web3
massa-web3
ISignedMessage
Interface ISignedMessage
Represents a signed message.
See
public_key - The public key of the node.
signature - The signature of the message.
interface
ISignedMessage
{
public_key
:
string
;
signature
:
string
;
}
Index
Properties
public_
key
signature
Properties
public_
key
public_
key
:
string
signature
signature
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
public_
key
signature
Wallet operations
Smart contracts operations
Events
Public API
Private API
massa-web3
References
Address
PublicKey
SecretKey
Namespaces
utils
Enumerations
ArgTypes
ArrayTypes
DefaultProviderUrls
EOperationStatus
OperationTypeId
ProviderType
Classes
Args
Client
ClientFactory
EventPoller
PrivateApiClient
PublicApiClient
SmartContractsClient
Loading...
Generated using
TypeDoc
Represents a signed message.
See