int addOutputAt(Uint8List? scriptPubKey, int value, int at) { final output = Output(script: scriptPubKey, value: value); return addBaseOutputAt(output, at); }