Enumeration ByronAddressType

Enumerates the types of spending data associated with Byron addresses.

This enumeration defines the type of data that can be associated with a Byron address. Each type corresponds to a different method of controlling the spending of funds.

Enumeration Members

Enumeration Members

PubKey: 0

Indicates that the address uses a public key to control spending. The payload for this address type is a public key.

Redeem: 2

Indicates that the address uses a redeem public key. Redeem addresses are a special type of address mainly used during the initial distribution phase of ADA. The payload is a redeem public key.

Script: 1

Indicates that the address uses a script to control spending. The payload for this address type includes the script itself and possibly its version, depending on the script type.