everscale-inpage-provider - v0.6.6
    Preparing search index...

    Type Alias SendExternalParams

    SendExternalParams: (
        | { withoutSignature: true }
        | { publicKey: string; withoutSignature?: false }
    ) & {
        stateInit?: string;
        local?: boolean;
        executorParams?: {
            disableSignatureCheck?: boolean;
            overrideBalance?: string | number;
        };
    }

    Type Declaration

    • { withoutSignature: true }
      • withoutSignature: true

        Whether to prepare this message without signature. Default: false

    • { publicKey: string; withoutSignature?: false }
      • publicKey: string

        The public key of the preferred account. It is the same publicKey as the accountInteraction.publicKey, but it must be explicitly provided

      • OptionalwithoutSignature?: false

        Whether to prepare this message without signature. Default: false

    • OptionalstateInit?: string

      Optional base64 encoded TVC

    • Optionallocal?: boolean

      Whether to run this message locally. Default: false

    • OptionalexecutorParams?: { disableSignatureCheck?: boolean; overrideBalance?: string | number }

      Optional executor parameters used during local contract execution

      • OptionaldisableSignatureCheck?: boolean

        If true, signature verification always succeds

      • OptionaloverrideBalance?: string | number

        Explicit account balance in nano EVER