Interface ActionsJson

The actions.json instruct clients on what website URLs support Solana Actions and provide the mapping rules for blink urls to reach their Actions API.

interface ActionsJson {
    rules: ActionRuleObject[];
}

Properties

Properties