File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -40374,9 +40374,17 @@ export interface components {
4037440374 sender: string;
4037540375 };
4037640376 SUIBroadcastTxPayload: {
40377- /** @description Signed serialized transaction */
40378- transaction: string;
40379- /** @description Signature of the transaction */
40377+ /**
40378+ * Format: base64
40379+ * @description Signed serialized transaction as base64 encoded bcs
40380+ * @example AAACAAgAypo7AAAAAAAg2+ZDD9PphmfRs1A4Aba3bIThZOG+V+8OS/Pjq3kbI9YCAgABAQAAAQEDAAAAAAEBABsdj13zFOK3uKhs/ir/eMwbwKDsykcidGrlIiYx0U9vAjWzex7zdLfWq8gj/oP81sYt3UJzyo4bDhvRJ7E1R/tVd1fpIAAAAAAgfCKhipjlwhR0OghzVijOV+b+CFucrTVw1y6LK+g4dXUM4X57NnqLr5kjWC0veDHxiAJG0cKrkJDEubjYQ6JXundX6SAAAAAAICh1unSYqH9yQqaJuKEftzLEGT5rqV7wHUD16BMQcmLAGx2PXfMU4re4qGz+Kv94zBvAoOzKRyJ0auUiJjHRT2/oAwAAAAAAAECrPAAAAAAAAA==
40381+ */
40382+ tx_serialized: string;
40383+ /**
40384+ * Format: base64
40385+ * @description Base64 encoded signature of the transaction
40386+ * @example AMQ2b2LwCWca7IK5hY1lnzkhRwb4nkYCTA3on08RpMEA6myGSgTWmBH2KDLZmaXzSXI+++VCNKrP3dCzBZvM3gRzTJq3RpEQpcj32BYljGTj4jFrXXGGPohME56ZK2MBDw==
40387+ */
4038040388 signature: string;
4038140389 };
4038240390 SUIDecodeTxPayload: {
You can’t perform that action at this time.
0 commit comments