Type Definition fuels_core::Bits256
source · [−]Trait Implementations
sourceimpl Parameterize for Bits256
impl Parameterize for Bits256
fn param_type() -> ParamType
sourceimpl Tokenizable for Bits256
impl Tokenizable for Bits256
sourcefn from_token(token: Token) -> Result<Self, Error>
fn from_token(token: Token) -> Result<Self, Error>
Converts a Token into expected type.
sourcefn into_token(self) -> Token
fn into_token(self) -> Token
Converts a specified type back into token.