Introduction
Learn about the Leather API
Provider object
if (window.LeatherProvider) // Leather is installed 🎉const response = await window.LeatherProvider?.request("sendTransfer", {
recipients: [
{
address: "tb1qkzvk9hr7uvas23hspvsgqfvyc8h4nngeqjqtnj",
amount: "10000",
}
]);Methods
Last updated
Was this helpful?




