Module: Runar::Types

Defined in:
lib/runar/types.rb

Constant Summary collapse

Bigint =
Integer
Int =
Integer
ByteString =
String
PubKey =
String
Sig =
String
Addr =
String
Sha256 =
String
Ripemd160 =
String
SigHashPreimage =
String
RabinSig =
String
RabinPubKey =
String
Point =
String
OpCodeType =
String
Boolean =

Boolean is the Runar boolean type. Ruby uses native true/false values; this constant exists so ‘prop :active, Boolean` resolves at load time.

:boolean