All files field-type.ts

100% Statements 9/9
100% Branches 2/2
100% Functions 1/1
100% Lines 9/9

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 111x 1x 1x 1x 1x 1x 1x 1x 1x    
export enum FIELD_TYPE {
    PAYMENT_HASH = 1,
    ROUTE = 3,
    EXPIRY = 6,
    FALLBACK_ADDRESS = 9,
    SHORT_DESC = 13,
    PAYEE_NODE = 19,
    HASH_DESC = 23,
    MIN_FINAL_CLTV_EXPIRY = 24,
}