interface RequestInitChainAminoMsg {
    type: "/tendermint.abci.RequestInitChain";
    value: RequestInitChainAmino;
}

Properties

Properties

type: "/tendermint.abci.RequestInitChain"