TWCardano class abstract

Cardano helper functions

Constructors

TWCardano.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

TWCardanoGetStakingAddress(Pointer<Utf8> baseAddress) Pointer<Utf8>
Return the staking address associated to (contained in) this address. Must be a Base address. Empty string is returned on error. Result must be freed. \param baseAddress A valid base address, as string. \return the associated staking (reward) address, as string, or empty string on error.
TWCardanoMinAdaAmount(Pointer<Void> tokenBundle) int
Calculates the minimum ADA amount needed for a UTXO.
TWCardanoOutputMinAdaAmount(Pointer<Utf8> toAddress, Pointer<Void> tokenBundle, int coinsPerUtxoByte) int
Calculates the minimum ADA amount needed for an output.