encode static method

Implementation

static void encode(
    XdrDataOutputStream stream, XdrPathPaymentStrictSendResultCode value) {
  stream.writeInt(value.value);
}