Last modified on March 30, 2026
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
message EventCreateTFDenom {
string account = 1;
string denom = 2;
}
message EventMintTFDenom {
string recipient_address = 1;
cosmos.base.v1beta1.Coin amount = 2 [(gogoproto.nullable) = false];
}
message EventBurnDenom {
string burner_address = 1;
cosmos.base.v1beta1.Coin amount = 2 [(gogoproto.nullable) = false];
}
message EventChangeTFAdmin {
string denom = 1;
string new_admin_address = 2;
}
message EventSetTFDenomMetadata {
string denom = 1;
cosmos.bank.v1beta1.Metadata metadata = 2[(gogoproto.nullable) = false];
}
