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

    Type Alias SendInternalParams

    type SendInternalParams = {
        from: Address;
        amount: string;
        bounce?: boolean;
        stateInit?: string;
        ignoredComputePhaseCodes?: IgnoreTransactionTreeSimulationError[];
        ignoredActionPhaseCodes?: IgnoreTransactionTreeSimulationError[];
    }
    Index

    Properties

    from: Address

    Preferred wallet address. It is the same address as the accountInteraction.address, but it must be explicitly provided

    amount: string

    Amount of nano EVER to send

    bounce?: boolean
    true
    
    stateInit?: string

    Optional base64 encoded TVC

    NOTE: If the selected contract do not support stateInit in the internal message, an error is returned

    ignoredComputePhaseCodes?: IgnoreTransactionTreeSimulationError[]

    Optional compute phase error codes to be ignored during transaction tree simulation

    ignoredActionPhaseCodes?: IgnoreTransactionTreeSimulationError[]

    Optional action phase error codes to be ignored during transaction tree simulation