Interface ActionRequestURLFields

Fields of a Solana Action transaction request URL.

interface ActionRequestURLFields {
    label?: string;
    link: URL;
    message?: string;
}

Properties

Properties

label?: string

label in the Solana Action spec

link: URL

link in the Solana Action spec

message?: string

message in the Solana Action spec