Skip to content

Commit

Permalink
fix: update candid types
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbertt committed Dec 1, 2023
1 parent a7ef0c4 commit ba8bef1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/ic-websocket-cdk/service.example.did
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import "./ws_types.did";

// define your message type here
type MyMessageType = {
type MyMessageType = record {
some_field : text;
};

Expand Down
1 change: 1 addition & 0 deletions src/ic-websocket-cdk/ws_types.did
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ type CanisterOutputCertifiedMessages = record {
messages : vec CanisterOutputMessage;
cert : blob;
tree : blob;
is_end_of_queue : bool;
};

type CanisterWsOpenArguments = record {
Expand Down

0 comments on commit ba8bef1

Please sign in to comment.