nagalabs
  • 💡intro
  • ✨naga
    • 🔶BTC_DATA
    • 💫{n} dimensions
  • 💎genesis
    • 🔒traits
    • 🔒block list
  • 🔐**********
    • 🕛0
  • 🔗links
Powered by GitBook
On this page
  • BLOCK_DATA
  • TRANSACTION_DATA
  • INPUT_DATA
  • OUTPUT_DATA
  1. naga

BTC_DATA

Each block holds a unique combination of data fields (this page is subject to change).

BLOCK_DATA

The 'architectural identity' of a block

Identifier
Type

height

int

weight

int

size

int

strippedsize

int

nonce

string

ntx

int

blockhash

string

version

string

versionhex

string

merkleroot

string

bits

string

chainwork

string

difficulty

float

time

datetime

mediantime

datetime

TRANSACTION_DATA

The 'structural profile' of transactions within a block

Identifier
Type

size

int

vsize

int

weight

int

version

int

txid

string

coinbase

string

btcfee

float

locktime

datetime

blocktime

datetime

INPUT_DATA

The source of transactional details

Identifier
Type

txid

string

output

int

sigscript

string

sequence

int

pkscript

string

value

int

address

string

witness

array

OUTPUT_DATA

The destination for transactional details

Identifier
Type

address

int

pkscript

string

value

string

spent

string

spender

arr

txid

string

input

int

PreviousnagaNext{n} dimensions

Last updated 1 year ago

✨
🔶