DerivationType

Defines the type of `from` address derivation.
Protobuf enum TW.Filecoin.Proto.DerivationType

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun getNumber(): Int
Link copied to clipboard
open fun internalGetValueMap(): EnumLiteMap<DerivationType>
Link copied to clipboard
open fun internalGetVerifier(): EnumVerifier
Link copied to clipboard

Returns the enum constant of this type with the specified name.
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
Defines a Delegated (`f4`) derivation for the sender address.
DELEGATED = 1;
Link copied to clipboard
Defines a Secp256k1 (`f1`) derivation for the sender address.
Default derivation type.
SECP256K1 = 0;