Type alias KnownAddressTypeContents

KnownAddressTypeContents: {
    payload: Uint8Array;
    type: `${LockingBytecodeType}`;
}

An object representing the contents of an address of a known address type. This can be used to encode an address or its locking bytecode.

Type declaration

Generated using TypeDoc