We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89ac125 commit ca38cc3Copy full SHA for ca38cc3
models/src/main/kotlin/io/github/hosseinkarami_dev/near/rpc/models/ReceiptEnumView.kt
@@ -26,6 +26,8 @@ public sealed class ReceiptEnumView {
26
public val isPromiseYield: Boolean? = false,
27
@SerialName("output_data_receivers")
28
public val outputDataReceivers: List<DataReceiverView>,
29
+ @SerialName("refund_to")
30
+ public val refundTo: AccountId? = null,
31
@SerialName("signer_id")
32
public val signerId: AccountId,
33
@SerialName("signer_public_key")
0 commit comments