pinax-network / substreams-antelope

Substreams for Antelope
https://docs.rs/substreams-antelope
Apache License 2.0
1 stars 1 forks source link

Type alias handling #25

Closed YaroShkvorets closed 3 months ago

YaroShkvorets commented 3 months ago
"types": [{
        "new_type_name": "block_signing_authority",
        "type": "variant_block_signing_authority_v0"
    }],

Doesn't generate anything. Should generate

pub type BlockSigningAuthority = BlockSigningAuthorityV0

See eosio smart contract

YaroShkvorets commented 3 months ago

Fixed