interface OutputObject {
    identifier: string;
    minGas: bigint;
}

Properties

Properties

identifier: string
minGas: bigint