Configurable Methods
All editing methods
walletudrox.onConnect
walletudrox.onConnect = function(){
};Functions for handling transactions
walletudrox.onSendError
walletudrox.onSendError = function(){
// code to execute
}walletudrox.onBeforeSend
walletudrox.onBeforeSend = function(){
// code to execute
}walletudrox.onSend
Last updated