sToken
(async function() {
const sEthData = await Strike.api.sToken({
"addresses": Strike.util.getAddress(Strike.sETH)
});
console.log('sEthData', sEthData); // JavaScript Object
})().catch(console.error);Last updated
Was this helpful?
(async function() {
const sEthData = await Strike.api.sToken({
"addresses": Strike.util.getAddress(Strike.sETH)
});
console.log('sEthData', sEthData); // JavaScript Object
})().catch(console.error);Last updated
Was this helpful?
Was this helpful?