aptos-core
aptos-core copied to clipboard
[API][v1] Unify MIME types
Currently we use a mix of mime types for BCS:
-
application/x-bcs
-
application/x.aptos.signed_transaction+bcs
-
application/x.aptos.output+bcs
I think we should just cut over to using only the first one, I don't think it's necessary to signal more information with the content type.