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

Type declaration

  • 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

  • Optional bounce?: boolean

    Default

    true

  • Optional stateInit?: string

    Optional base64 encoded TVC

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

  • Optional ignoredComputePhaseCodes?: IgnoreTransactionTreeSimulationError[]

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

  • Optional ignoredActionPhaseCodes?: IgnoreTransactionTreeSimulationError[]

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