interface StdSignature {
    pub_key: PubKey;
    signature: string;
}

Properties

Properties

pub_key: PubKey
signature: string

Generated using TypeDoc