Coda by Ian Macalinao
    Preparing search index...
    interface EditionArgs {
        edition: number | bigint;
        key: Key;
        parent: Address;
    }
    Index

    Properties

    Properties

    edition: number | bigint
    key: Key
    parent: Address