interface Supply {
    current: bigint;
    maximum: _0x1.option.Option<bigint>;
}

Properties

Properties

current: bigint
maximum: _0x1.option.Option<bigint>