Source Code

(define-trait token-migration-trait
	(
		(start-migration (uint uint) (response bool uint))
	)
)