psbtMagic top-level constant

List<int> const psbtMagic

Magic bytes: "psbt" + 0xff separator.

Implementation

const List<int> psbtMagic = [0x70, 0x73, 0x62, 0x74, 0xff];