[][src]Trait bitcoin_cash_base::BitcoinDataType

pub trait BitcoinDataType {
    type Type;
    fn to_data(&self) -> Self::Type;
fn to_pushop(&self) -> Op;
fn to_data_type(&self) -> DataType; }

Associated Types

type Type

Loading content...

Required methods

fn to_data(&self) -> Self::Type

fn to_pushop(&self) -> Op

fn to_data_type(&self) -> DataType

Loading content...

Implementations on Foreign Types

impl BitcoinDataType for bool[src]

type Type = BitcoinBoolean

impl BitcoinDataType for [u8][src]

type Type = BitcoinByteArray

Loading content...

Implementors

impl BitcoinDataType for ByteArray[src]

type Type = BitcoinByteArray

impl BitcoinDataType for Integer[src]

type Type = BitcoinInteger

Loading content...