Type alias FeeTooLowRejection
FeeTooLowRejection: { error: string; reason: FeeTooLow; reason_data: { actual: number; expected: number; }; txid: string; }
Type declaration
-
error: string
-
-
reason_data: {
actual: number;
expected: number;
}
-
actual: number
-
expected: number
-
txid: string