Main documentation
Preparing search index...
The search index is not available
massa-web3
massa-web3
IProvider
Interface IProvider
Represents a provider.
See
url - url of the provider
type - type of the provider
interface
IProvider
{
type
:
ProviderType
;
url
:
string
;
}
Index
Properties
type
url
Properties
type
type
:
ProviderType
url
url
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
type
url
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 provider.
See