Interface IBinding

Internal transaction data contained within the transaction record.

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

Properties

Properties

data: string

Generated using TypeDoc