Get Account Resources
// Fetch user transactions
const response = await window.martian.connect();
const address = response.address;
const transactions = await window.martian.getAccountResources(address);Last updated
// Fetch user transactions
const response = await window.martian.connect();
const address = response.address;
const transactions = await window.martian.getAccountResources(address);Last updated