Skip to main content

CommunityPoolSpend()

atmon3rLess than 1 minute

Info

This doc is generated with

CommunityPoolSpend()

import { defaultRegistryTypes } from "@cosmjs/stargate";
 
const foundMsgType = defaultRegistryTypes.find(
  (element) => element[0] === "/cosmos.distribution.v1beta1.MsgCommunityPoolSpend"
)
  
const finalMsg = {
  typeUrl: foundMsgType[0],
  value: foundMsgType[1].fromPartial({
    "authority": "",
    "recipient": "",
    "amount": []
}),
}

// const result = await signer.client.signAndBroadcast('address', [finalMsg], "auto", "")