interface ISignableObject {
    signatures?: ISignatures;
    unsigned?: object;
}

Properties

signatures?: ISignatures
unsigned?: object