Interface Data_FuelReceipt

interface Data_FuelReceipt {
    receiptIndex: bigint;
    timestamp: undefined | Date;
    transaction: undefined | { [key: string]: any };
}

Properties

receiptIndex: bigint
timestamp: undefined | Date
transaction: undefined | { [key: string]: any }
MMNEPVFCICPMFPCPTTAAATR