- Preparing search index...
 
- The search index is not available
 
Stacks.js 
 
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