Nip19TLV constructor

Nip19TLV(
  1. int type,
  2. int length,
  3. List<int> value
)

Implementation

Nip19TLV(this.type, this.length, this.value);