- Preparing search index...
- The search index is not available
Stacks.js 
 
Type alias FeeTooLowRejection
 
Fee
Too
Low
Rejection
: {     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