|
|
func RPCMarshalBlock(block *types.Block, inclTx bool, fullTx bool) (map[string]interface{}, error) {
|
|
func RPCMarshalBlock(block *types.Block, inclTx bool, fullTx bool) (map[string]interface{}, error) {
|
|
|
formatTx := func(tx *types.Transaction) (interface{}, error) {
|
|
formatTx := func(tx *types.Transaction) (interface{}, error) {
|