interface ContractResponse {
    attributes: Attribute[];
    data: string;
    events: Event[];
    messages: SubMsg[];
}

Properties

attributes: Attribute[]
data: string
events: Event[]
messages: SubMsg[]

Generated using TypeDoc