Type alias FeeTooLowRejection

FeeTooLowRejection: {
    reason: "FeeTooLow";
    reason_data: {
        actual: number;
        expected: number;
    };
} & BaseRejection

Type declaration

  • reason: "FeeTooLow"
  • reason_data: {
        actual: number;
        expected: number;
    }
    • actual: number
    • expected: number

Generated using TypeDoc