PrepareMessageParams: {
    amount: string;
    bounce: boolean;
    payload?: ever.FunctionCall<string>;
    recipient: string;
    signatureId?: number;
    stateInit?: string;
    timeout: number;
}

Type declaration

  • amount: string

    Amount of nano EVER to send

  • bounce: boolean

    Whether to bounce message back on error

  • Optional payload?: ever.FunctionCall<string>

    Optional function call

  • recipient: string

    Message destination address

  • Optional signatureId?: number

    Signature id for the current network

  • Optional stateInit?: string

    Optional base64 encoded .tvc file.

    NOTE: Not guaranteed to be supported

  • timeout: number

    External message timeout