interface Fee {
    feeIdentifier: string;
    feeValue: bigint;
}

Properties

feeIdentifier: string
feeValue: bigint