Open matthewdarwin opened 5 years ago
curl --request POST \ --url http://mainnet.eosn.io/v1/chain/get_abi \ --header 'accept: application/json' \ --header 'content-type: application/json' -d '{"account_name": "eosio"}' | jq '.abi.structs[]' | less
curl --request POST \ --url http://mainnet.eosn.io/v1/chain/get_abi \ --header 'accept: application/json' \ --header 'content-type: application/json' -d '{"account_name": "eosio"}' | jq '.abi.structs[]' | less