wharfkit / antelope

Core types, client interfaces, and other tools for working with Antelope-based blockchains.
Other
42 stars 23 forks source link

get_account API does not return linked_actions #57

Closed theblockstalk closed 1 year ago

theblockstalk commented 1 year ago

Steps to reproduce

const account = api.v1.chain.get_account()
const permission = account.getPermission("active")

Expected

Actual

image