• Jeffrey Wilcke's avatar
    accounts/abi: fixed return tuple and string, bytes return type parsing · ecc876ce
    Jeffrey Wilcke authored
    Removed old unmarshalling of return types: `abi.Call(...).([]byte)`.
    This is now replaced by a new syntax:
    
    ```
    var a []byte
    err := abi.Call(&a, ...)
    ```
    
    It also addresses a few issues with Bytes and Strings and can also
    handle both fixed and arbitrary sized byte slices, including strings.
    ecc876ce
Name
Last commit
Last update
..
abi Loading commit data...
account_manager.go Loading commit data...
accounts_test.go Loading commit data...