Splitter
Introduction
InstantiateMsg
pub struct InstantiateMsg {
pub recipients: Vec<AddressPercent>,
pub lock_time: Option<Expiry>,
pub default_recipient:Option<Recipient>,
pub kernel_address: String,
pub owner: Option<String>,
}{
"recipients": [
{
"recipient":{
"address":"andr1..."
},
"percent":"0.2"
},
...
],
"lock_time":{
"from_now":31560000000
},
"default_recipient":{
"address":"andr1..."
},
"kernel_address":"andr1...",
"owner":"andr1..."
}Name
Type
Description
AddressPercent
ExecuteMsg
Receive
Cw20ReceiveMsg
Cw20HookMsg
Send (CW20)
Name
Type
Description
UpdateRecipients
Name
Type
Description
UpdateLock
Name
Type
Description
Send (Native)
Name
Type
Description
Base Executes
QueryMsg
GetSplitterConfig
GetSplitterConfigResponse
Name
Type
Description
Splitter
Name
Type
Description
Base Queries
Last updated
Was this helpful?