MCPcopy Create free account
hub / github.com/ccxt/ccxt / build_withdraw_sig

Method build_withdraw_sig

python/ccxt/hyperliquid.py:1656–1665  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

1654 return self.sign_user_signed_action(messageTypes, message)
1655
1656 def build_withdraw_sig(self, message):
1657 messageTypes = {
1658 'HyperliquidTransaction:Withdraw': [
1659 {'name': 'hyperliquidChain', 'type': 'string'},
1660 {'name': 'destination', 'type': 'string'},
1661 {'name': 'amount', 'type': 'string'},
1662 {'name': 'time', 'type': 'uint64'},
1663 ],
1664 }
1665 return self.sign_user_signed_action(messageTypes, message)
1666
1667 def build_user_dex_abstraction_sig(self, message):
1668 messageTypes = {

Callers 1

withdrawMethod · 0.95

Calls 1

Tested by

no test coverage detected