Type alias OpenChannelResponseType

OpenChannelResponseType: {
    channelId: string;
    transactionReceipt: string;
}

Type declaration

  • channelId: string
  • transactionReceipt: string