Get block information
Get block information from blockchain.
sdk.transaction.getBlock(opts)
sdk.transaction.getBlock(opts)const tx = await sdk.transaction.getBlock({ block: '111111', protocol: 'STELLAR' })
// Raw block information returned from the BlockchainLast updated
