Type alias SignAndBroadcastResponse

SignAndBroadcastResponse: {
    code: number;
    codespace: string;
    gasUsed: number;
    gasWanted: number;
    height: number;
    timestamp: string;
    transactionHash: string;
}

Type declaration

  • code: number
  • codespace: string
  • gasUsed: number
  • gasWanted: number
  • height: number
  • timestamp: string
  • transactionHash: string