Type alias DecodedCashAddressLockingBytecode

DecodedCashAddressLockingBytecode: {
    bytecode: Uint8Array;
    prefix: `${CashAddressNetworkPrefix}`;
    tokenSupport: boolean;
}

Type declaration

Generated using TypeDoc