menu
terra_sdk package
documentation
Core/IBC/Proposals/ClientUpdateProposal.dart
ClientUpdateProposal
ClientUpdateProposal constructor
ClientUpdateProposal constructor
dark_mode
light_mode
ClientUpdateProposal
constructor
ClientUpdateProposal
(
String
title
,
String
description
,
String
subjectClientId
,
String
substituteClientId
,
)
Implementation
ClientUpdateProposal(this.title, this.description, this.subjectClientId, this.substituteClientId);
terra_sdk package
documentation
Core/IBC/Proposals/ClientUpdateProposal
ClientUpdateProposal
ClientUpdateProposal constructor
ClientUpdateProposal class