Interface InlinedPreEndorsement

interface InlinedPreEndorsement {
    branch: string;
    operations: InlinedPreEndorsementContents;
    signature?: string;
}

Properties

branch: string
signature?: string

Generated using TypeDoc