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

    Type Alias ExecuteInternalParams

    type ExecuteInternalParams = {
        cachedState?: FullContractState;
        stateInit?: string;
        sender: Address;
        amount: string;
        bounce?: boolean;
        bounced?: boolean;
        executorParams?: {
            disableSignatureCheck?: boolean;
            overrideBalance?: string | number;
        };
    }
    Index

    Properties

    cachedState?: FullContractState

    Cached contract state

    stateInit?: string

    Optional base64 encoded TVC

    sender: Address

    Message source address

    amount: string

    Amount of nano EVER to attach to the message

    bounce?: boolean

    Whether to bounce message back on error. Default: false

    bounced?: boolean

    Whether the constructed message is bounced. Default: false

    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