struct CardanoKit::Address
- CardanoKit::Address
- Struct
- Value
- Object
Defined in:
cardano_kit/address.crConstant Summary
-
LIMIT =
128
Constructors
Class Method Summary
- .from_bech32(address : String)
- .from_bytes(prefix : AddrPrefix | String, bytes : Bytes)
- .from_hexstring(prefix : AddrPrefix | String, hexstring : String)
Instance Method Summary
- #prefix : AddrPrefix
- #stake_address : String
- #stake_address? : String | Nil
- #to_bech32 : String
-
#to_s
Returns a nicely readable and concise string representation of this object, typically intended for users.
- #words : Bytes
Constructor Detail
Class Method Detail
Instance Method Detail
def to_s
#
Description copied from class Object
Returns a nicely readable and concise string representation of this object, typically intended for users.
This method should usually not be overridden. It delegates to
#to_s(IO)
which can be overridden for custom implementations.
Also see #inspect
.