App includes the protocol and software version for the application. This information is included in ResponseInfo. The App.Protocol can be updated in ResponseEndBlock.

interface AppAmino {
    protocol?: string;
    software?: string;
}

Properties

Properties

protocol?: string
software?: string