Data contains the set of transactions included in the block

interface DataAmino {
    txs?: string[];
}

Properties

Properties

txs?: string[]

Txs that will be applied by state @ block.Height+1. NOTE: not all txs here are valid. We're just agreeing on the order first. This means that block.AppHash does not include these txs.