CommunityPoolSpendProposalWithDeposit: {
    decode(input: Uint8Array | Reader, length?: number): CommunityPoolSpendProposalWithDeposit;
    encode(message: CommunityPoolSpendProposalWithDeposit, writer?: Writer): Writer;
    fromJSON(object: any): CommunityPoolSpendProposalWithDeposit;
    fromPartial<I>(object: I): CommunityPoolSpendProposalWithDeposit;
    toJSON(message: CommunityPoolSpendProposalWithDeposit): unknown;
}

Type declaration

Generated using TypeDoc