pub type Word = u64;
Expand description
Register value type
Trait Implementations§
source§impl From<ScriptExecutionResult> for Word
impl From<ScriptExecutionResult> for Word
source§fn from(result: ScriptExecutionResult) -> Self
fn from(result: ScriptExecutionResult) -> Self
Converts to this type from the input type.
source§impl From<TransactionFee> for Word
impl From<TransactionFee> for Word
source§fn from(fee: TransactionFee) -> Word
fn from(fee: TransactionFee) -> Word
Converts to this type from the input type.