-
Notifications
You must be signed in to change notification settings - Fork 69
@liquality.bitcoin.BitcoinTypes.BitcoinJsonRpcTypes.Block
BitcoinTypes.BitcoinJsonRpcTypes.Block
- bits
- chainwork
- confirmations
- difficulty
- hash
- height
- mediantime
- merkleroot
- nTx
- nextblockhash
- nonce
- previousblockhash
- size
- strippedSize
- time
- tx
- version
- versionHex
- weight
• bits: string
bitcoin/lib/chain/jsonRpc/types.ts:67
• chainwork: string
bitcoin/lib/chain/jsonRpc/types.ts:69
• confirmations: number
bitcoin/lib/chain/jsonRpc/types.ts:55
• difficulty: number
bitcoin/lib/chain/jsonRpc/types.ts:68
• hash: string
bitcoin/lib/chain/jsonRpc/types.ts:54
• height: number
bitcoin/lib/chain/jsonRpc/types.ts:59
• mediantime: number
bitcoin/lib/chain/jsonRpc/types.ts:65
• merkleroot: string
bitcoin/lib/chain/jsonRpc/types.ts:62
• nTx: number
bitcoin/lib/chain/jsonRpc/types.ts:70
• Optional
nextblockhash: string
bitcoin/lib/chain/jsonRpc/types.ts:72
• nonce: number
bitcoin/lib/chain/jsonRpc/types.ts:66
• previousblockhash: string
bitcoin/lib/chain/jsonRpc/types.ts:71
• size: number
bitcoin/lib/chain/jsonRpc/types.ts:56
• strippedSize: number
bitcoin/lib/chain/jsonRpc/types.ts:57
• time: number
bitcoin/lib/chain/jsonRpc/types.ts:64
• tx: string
[]
bitcoin/lib/chain/jsonRpc/types.ts:63
• version: number
bitcoin/lib/chain/jsonRpc/types.ts:60
• versionHex: string
bitcoin/lib/chain/jsonRpc/types.ts:61
• weight: number