interface OutputObject {
    expirer: string;
    identifier: string;
    reward: bigint;
}

Properties

expirer: string
identifier: string
reward: bigint