interface IbcReceiveResponse {
    acknowledgement: string;
    attributes: Attribute[];
    events: Event[];
    messages: SubMsg[];
}

Properties

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

Generated using TypeDoc