Interface BlinkURLFields

Fields of a blink URL to support a Solana Action.

interface BlinkURLFields {
    action: ActionRequestURLFields;
    blink: URL;
}

Properties

Properties

action passed via the blink action query param

blink: URL

base URL for the blink in the Solana Action spec