Interface IScriptPublicKey

Interface defines the structure of a Script Public Key.

interface IScriptPublicKey {
    script: string;
}

Properties

Properties

script: string