Coda by Ian Macalinao
    Preparing search index...

    Type Alias CollectInput<TAccountRecipient1, TAccountRecipient2>

    type CollectInput<
        TAccountRecipient1 extends string = string,
        TAccountRecipient2 extends string = string,
    > = {
        recipient1: Address<TAccountRecipient1>;
        recipient2: Address<TAccountRecipient2>;
    }

    Type Parameters

    • TAccountRecipient1 extends string = string
    • TAccountRecipient2 extends string = string
    Index

    Properties

    recipient1: Address<TAccountRecipient1>

    The address of the recipient 1

    recipient2: Address<TAccountRecipient2>

    The address of the recipient 2