SendInternalParams: {
    from: Address;
    amount: string;
    bounce?: boolean;
    stateInit?: string;
}

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