RPC method to change the network
Configures the snap with the provided configuration
Snap context
overrides for the default configuration
RPC method to change the network
Export the private key of the current account
Snaps context
Private key of the current account
RPC method to get the account info of the current account
Snaps context
Get the account info and balance of the current account
Snaps context
Balance of the account in attoFIL
Get the balance of the current account
Snaps context
Balance of the account in attoFIL
RPC method to get the current configuration
Snap context
Get the gas estimate for a message
Snap context
Estimate params
Optional
maxFee?: stringMax fee in attoFIL
Message to estimate gas for
Send a message to the network
Snap context
The signed message
RPC method to set the configuration
Optional
decimals?: numberNumber of decimals of the token to be used in the UI
Optional
index?: numberDerivation path address index
Network to be used
Optional
rpcToken?: stringBearer token used to make authenticated requests to the RPC URL
Optional
rpcUrl?: stringRPC URL to be used must be a valid URL and match the network
Optional
symbol?: "FIL" | "tFIL"Symbol of the token to be used in the UI
Sign a arbitrary bytes
Snap context
Parameters
Base64 encoded bytes to sign
Signature in Lotus format (hex encoded) Signature.toLotusHex
Sign a message
Snap context
The message request
Sign a raw UTF-8 message
Snap context
Parameters
The raw message
The 'wallet_invokeSnap' RPC request handlers
Should always return a promise as this is on the metamask side