Variable CommunityPoolSpendProposalWithDeposit
Type declaration
-
decode:function
-
encode:function
-
fromJSON:function
-
fromPartial:function
- fromPartial<I>(object: I): CommunityPoolSpendProposalWithDeposit
-
Type Parameters
-
I extends {
amount?: string;
deposit?: string;
description?: string;
recipient?: string;
title?: string;
} & {
amount?: string;
deposit?: string;
description?: string;
recipient?: string;
title?: string;
} & { [ K in string | number | symbol]: never }
-
toJSON:function