resultValue property

XdrSCVal? resultValue

Only present on success. Return value of the contract call operation.

Implementation

XdrSCVal? get resultValue =>
    xdr != null ? XdrSCVal.fromBase64EncodedXdrString(xdr!) : null;