API Reference
Installation
provider.request({
method: 'wallet_requestSnaps',
params: {
['npm:xrpl-snap']: {},
},
});provider.request({
method: 'wallet_requestSnaps',
params: {
['local:http://localhost:8080']: {},
},
});Interact with the Snap
Making RPC Requests
Network Management
Signing and Submitting Transactions
Sign and Submit a Transaction
Sign a Transaction Without Submitting
Export Private Key
Last updated