interface MintEvent {
    index: bigint;
    token: string;
}

Properties

Properties

index: bigint
token: string