interface IbcBasicResponse {
    attributes: Attribute[];
    events: Event[];
    messages: SubMsg[];
}

Properties

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

Generated using TypeDoc