Skip to content

Commit ca38cc3

Browse files
hosseinkarami-devGitHub Actions Bot
andauthored
chore: regenerate client from OpenAPI (#85)
Co-authored-by: GitHub Actions Bot <[email protected]>
1 parent 89ac125 commit ca38cc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

models/src/main/kotlin/io/github/hosseinkarami_dev/near/rpc/models/ReceiptEnumView.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ public sealed class ReceiptEnumView {
2626
public val isPromiseYield: Boolean? = false,
2727
@SerialName("output_data_receivers")
2828
public val outputDataReceivers: List<DataReceiverView>,
29+
@SerialName("refund_to")
30+
public val refundTo: AccountId? = null,
2931
@SerialName("signer_id")
3032
public val signerId: AccountId,
3133
@SerialName("signer_public_key")

0 commit comments

Comments
 (0)