Main documentation
Preparing search index...
The search index is not available
massa-web3
massa-web3
IAccount
Interface IAccount
Represents the structure of an account object.
See
address - A string representing the address of the account.
publicKey - A string representing the base58 encoded public key associated with the account.
secretKey - A string representing the base58 encoded private key associated with the account.
interface
IAccount
{
address
:
string
;
publicKey
:
string
;
secretKey
:
string
;
}
Index
Properties
address
public
Key
secret
Key
Properties
address
address
:
string
public
Key
public
Key
:
string
secret
Key
secret
Key
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
address
public
Key
secret
Key
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 the structure of an account object.
See