All files / src/transaction makeInputTemplate.js

100% Statements 2/2
75% Branches 9/12
100% Functions 1/1
100% Lines 2/2
1 2 3 4 5 6 7 875x 25x            
export default function makeInputTemplate(publicKeys = [], fulfills = null, fulfillment = null) {
    return {
        fulfillment,
        fulfills,
        'owners_before': publicKeys,
    }
}