UNPKG

@bitgo/unspents

Version:

Defines the chain codes used for different unspent types and methods to calculate bitcoin transaction sizes

25 lines 793 B
export declare const VirtualSizes: Readonly<{ /** @deprecated */ txP2pkhInputSizeCompressedKey: 148; /** @deprecated */ txP2pkhInputSizeUncompressedKey: 180; txP2shInputSize: number; txP2shP2wshInputSize: number; txP2wshInputSize: number; txP2trKeypathInputSize: number; txP2shP2pkInputSize: number; txP2trScriptPathLevel1InputSize: number; txP2trScriptPathLevel2InputSize: number; txOutputAmountSize: 8; txP2shOutputSize: 32; txP2shP2wshOutputSize: 32; txP2wshOutputSize: 43; txP2trOutputSize: 43; txP2pkhOutputSize: 34; txP2wpkhOutputSize: 31; /** @deprecated - use txP2pkhOutputSize instead */ txOutputSize: 34; txOverheadSize: 10; txSegOverheadVSize: 11; }>; //# sourceMappingURL=virtualSizes.d.ts.map