Skip to content

Commit

Permalink
chore: add link to ADR 008 in godoc
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-axner committed Mar 28, 2023
1 parent 6bf400e commit 523f40b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion modules/core/exported/packet.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ type Acknowledgement interface {
Acknowledgement() []byte
}

// CallbackPacketData defines the interface used by ADR 8 implementations
// CallbackPacketData defines the interface used by ADR 008 implementations
// to obtain callback addresses associated with a specific packet data type.
// This is an optional interface which indicates support for ADR 8 implementations.
// See https://github.com/cosmos/ibc-go/tree/main/docs/architecture/adr-008-app-caller-cbs
// for more information.
type CallbackPacketData interface {
// GetSourceCallbackAddress should return the callback address of a packet data on the source chain.
// This may or may not be the sender of the packet. If no source callback address exists for the packet,
Expand Down

0 comments on commit 523f40b

Please sign in to comment.