Interface IScriptPublicKey

Interface defines the structure of a Script Public Key.

interface IScriptPublicKey {
    script: string;
    version: number;
}

Properties

Properties

script: string
version: number

Generated using TypeDoc