Module API
x/brahma Module
Core Transaction Types
1. MsgCoreGrantApplication
message MsgCoreGrantApplication {
string authority = 1; // x/gov module account
string requester = 2; // Address to receive allocation
uint64 core_allocation = 3; // Number of cores requested
string title = 4; // Proposal title (required)
string description = 5; // Proposal description (required)
int64 created_at_height = 6; // Creation block height (required)
}2. MsgRequestForCore
3. MsgRemoveCoreGrantApplication
4. MsgUpdateParams
Key Keeper Methods
Module Parameters
Query Endpoints
State Storage
x/precompile Module
Available Precompiles
Contract Address Management
Next Steps
Last updated