Coda by Ian Macalinao
    Preparing search index...

    Interface InitReferrerStateAndShortUrlInput<TAccountReferrer, TAccountReferrerState, TAccountReferrerShortUrl, TAccountReferrerUserMetadata, TAccountRent, TAccountSystemProgram>

    interface InitReferrerStateAndShortUrlInput<
        TAccountReferrer extends string = string,
        TAccountReferrerState extends string = string,
        TAccountReferrerShortUrl extends string = string,
        TAccountReferrerUserMetadata extends string = string,
        TAccountRent extends string = string,
        TAccountSystemProgram extends string = string,
    > {
        referrer: TransactionSigner<TAccountReferrer>;
        referrerShortUrl: Address<TAccountReferrerShortUrl>;
        referrerState: Address<TAccountReferrerState>;
        referrerUserMetadata: Address<TAccountReferrerUserMetadata>;
        rent?: Address<TAccountRent>;
        shortUrl: string;
        systemProgram?: Address<TAccountSystemProgram>;
    }

    Type Parameters

    • TAccountReferrer extends string = string
    • TAccountReferrerState extends string = string
    • TAccountReferrerShortUrl extends string = string
    • TAccountReferrerUserMetadata extends string = string
    • TAccountRent extends string = string
    • TAccountSystemProgram extends string = string
    Index

    Properties

    referrer: TransactionSigner<TAccountReferrer>
    referrerShortUrl: Address<TAccountReferrerShortUrl>
    referrerState: Address<TAccountReferrerState>
    referrerUserMetadata: Address<TAccountReferrerUserMetadata>
    rent?: Address<TAccountRent>
    shortUrl: string
    systemProgram?: Address<TAccountSystemProgram>