interface Mint {
    collection: string;
    index: AggregatorSnapshot<bigint>;
    token: string;
}

Properties

collection: string
index: AggregatorSnapshot<bigint>
token: string