Main documentation
Preparing search index...
The search index is not available
massa-web3
massa-web3
IRollsData
Interface IRollsData
Represents the data of a roll.
See
fee - fees paid for the roll
amount - amount of rolls
interface
IRollsData
{
amount
:
bigint
;
fee
:
bigint
;
}
Index
Properties
amount
fee
Properties
amount
amount
:
bigint
fee
fee
:
bigint
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
amount
fee
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 data of a roll.
See