Main documentation
Preparing search index...
The search index is not available
massa-web3
massa-web3
ITransactionData
Interface ITransactionData
Interface for transaction data
See
fee - fee paid for transaction
amount - amount of tokens sent
recipientAddress - recipient address
interface
ITransactionData
{
amount
:
bigint
;
fee
:
bigint
;
recipientAddress
:
string
;
}
Index
Properties
amount
fee
recipient
Address
Properties
amount
amount
:
bigint
fee
fee
:
bigint
recipient
Address
recipient
Address
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
amount
fee
recipient
Address
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
Interface for transaction data
See