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

    Type Alias ExecuteExternalParams

    type ExecuteExternalParams = {
        cachedState?: FullContractState;
        publicKey: string;
        stateInit?: string;
        executorParams?: {
            disableSignatureCheck?: boolean;
            overrideBalance?: string | number;
        };
        withoutSignature?: boolean;
    }
    Index

    Properties

    cachedState?: FullContractState

    Cached contract state

    publicKey: string

    The public key of the signer.

    stateInit?: string

    Optional base64 encoded TVC

    executorParams?: {
        disableSignatureCheck?: boolean;
        overrideBalance?: string | number;
    }

    Optional executor parameters used during local contract execution

    Type Declaration

    • OptionaldisableSignatureCheck?: boolean

      If true, signature verification always succeeds

    • OptionaloverrideBalance?: string | number

      Explicit account balance in nano EVER

    withoutSignature?: boolean

    Whether to prepare this message without signature. Default: false