Interface IBinding

Internal transaction data contained within the transaction record.

interface IBinding {
    id: string;
    type: BindingType;
}

Properties

Properties

id: string

Generated using TypeDoc