Transactions
MsgRegisterFeeSplit
MsgRegisterFeeSplittype MsgRegisterFeeSplit struct {
// contract hex address
ContractAddress string `protobuf:"bytes,1,opt,name=contract_address,json=contractAddress,proto3" json:"contract_address,omitempty"`
// bech32 address of message sender, must be the same as the origin EOA
// sending the transaction which deploys the contract
DeployerAddress string `protobuf:"bytes,2,opt,name=deployer_address,json=deployerAddress,proto3" json:"deployer_address,omitempty"`
// bech32 address of account receiving the transaction fees
WithdrawerAddress string `protobuf:"bytes,3,opt,name=withdraw_address,json=withdrawerAddress,proto3" json:"withdraw_address,omitempty"`
// array of nonces from the address path, where the last nonce is
// the nonce that determines the contract's address - it can be an EOA nonce
// or a factory contract nonce
Nonces []uint64 `protobuf:"varint,4,rep,packed,name=nonces,proto3" json:"nonces,omitempty"`
}MsgUpdateFeeSplit
MsgUpdateFeeSplitMsgCancelFeeSplit
MsgCancelFeeSplitLast updated